|
The term "name collision" refers to the nomenclature problem that occurs in computer programs when the same variable name is used for different things in two separate areas that are joined, merged, or otherwise go from occupying separate namespaces to sharing one. As with the collision of other identifiers, it must be resolved in some way for the new software (such as a mashup) to work right. 〔 "Getting Started" (lesson for C++), Brown University, Computer Science Dept., January 2000 (in text as "Jan 2000"), pages 5-6, webpage (PDF): (CS-Brown-Cpp ). 〕 Problems of name collision, and methods to avoid them, are a common issue in an introductory level analysis of computer languages, such as for C++.〔 ==History== The term "name collision" has been used in computer science for more than three decades, when referring to names in various classification systems.〔 "Name collision in multiple classification hierarchies", Portal ACM (Association for Computing Machinery), by J.L. Knudsen, 1988, webpage: (Portal-ACM-607 ). 〕 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Name collision」の詳細全文を読む スポンサード リンク
|